Description
Returns a list of current user open tasks where their translated name matches (partially or fully ) the 'searchTerm' parameter. This operation is invoked from a select2widget and the number of returned results is limited to 15.
Operation id | Context.GetTaskNames |
Category | Workflow Context |
Label | Get Task Translated Names |
Requires | |
Since | |
Parameters
Signature
Inputs | void |
Outputs | documents |
Implementation Information
JSON Definition
{
"id" : "Context.GetTaskNames",
"label" : "Get Task Translated Names",
"category" : "Workflow Context",
"requires" : null,
"description" : "Returns a list of current user open tasks where their translated name matches (partially or fully ) the 'searchTerm' parameter. This operation is invoked from a select2widget and the number of returned results is limited to 15.",
"url" : "Context.GetTaskNames",
"signature" : [ "void", "documents" ],
"params" : [ {
"name" : "lang",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "limit",
"description" : null,
"type" : "int",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "searchTerm",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "value",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "xpath",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}